IMapView Generic Interface

Represents an immutable view into a map.

Syntax

generic<typename K, typename V>
public interface class IMapView : IIterable<IKeyValuePair<K, V>^ >  

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IMapView Members

Windows.Foundation.Collections Namespace